home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / jm950618.lha / docs / jammail.faq < prev    next >
Text File  |  1995-04-03  |  9KB  |  254 lines

  1. This text file, will contain questions like those I have received in
  2. Email or a public conference about JamMail.  Primarily, these questions
  3. are going to related directly to JamMail or JamScan.
  4.  
  5.  
  6. If you have suggestions of how to integrate some of this into the manual
  7. let me know.
  8.  
  9.  
  10. Q) How do I contact you?
  11. A) The following Network addresses are all valid:
  12.    FidoNet#1:163/139, ZyXELNET#18:18/0, AmigaNet#40:553/139
  13.    ab207@freenet.carleton.ca
  14.    jam@jammys.net
  15.  
  16.    Snail: James McOrmond
  17.           264 2nd Avenue.
  18.           Ottawa, On
  19.           K1S 2H9
  20.           Canada
  21.  
  22.    Voice: 613-230-8720
  23.    ZyXEL: 613-230-2172
  24.    VFC:   613-230-1136
  25.  
  26.  
  27. Q) How to I start a JamMail Mailer?
  28. A) Execute the S:Setup script.  Since JamMail sets the execute bit, you
  29.    only need to type "setup" from any CLI where the s: directory is in
  30.    your search path.
  31.  
  32.  
  33. Q) How do I shutdown JamMail?
  34. A) Various different ways.
  35.    1) press Ctrl-C in the scheduler window.  If configured, it will close
  36.       the rest of the system down.
  37.    2) If configured (in the scheduler menu), pressing Ctrl-C in a modem
  38.       window will close the scheduler down, and then the scheduler will
  39.       close everything else down (if configured).
  40.    3) Send an Abort message to the scheduler:
  41.  
  42.       rx "Address JAMMAIL Abort"
  43.  
  44.    4) If the scheduler is not configured to abort all other lines,
  45.       abort messages will need to be sent to each active line as well
  46.       as the scheduler.
  47.    5) execute the s:killjm script.  It will always shut things down.
  48.  
  49.  
  50.               *************************************************
  51.  
  52.   NB: All abort commands will wait untill the current session (if there
  53.       is one) is finished.
  54.  
  55.       Pressing Ctrl-D in a modem/scheduler window typically will timeout
  56.       any waiting/delay that is being done by that window.
  57.  
  58.               *************************************************
  59.  
  60.  
  61.  
  62. Q) How do I shutdown a single JamMail line/modem?
  63. A) if you are really sure you want to do this:
  64.  
  65.       rx "Address JAMMAIL1 Abort"
  66.  
  67.       Aborts line 1
  68.  
  69.       rx "Address JAMMAIL2 Abort"
  70.  
  71.       Aborts line 2, etc...
  72.  
  73.  
  74. Q) After shutting down a single line, how can I get it to operate again?
  75. A) assuming the line was shut down as explained in the previous question:
  76.  
  77. launch JAMMAIL1 jammail!startup-1 1 25000
  78.  
  79.    would launch line 1
  80.  
  81. launch JAMMAIL2 jammail!startup-2 1 25000
  82.  
  83.    would launch line 2, etc...
  84.  
  85.  
  86.  
  87. Q) How about starting/stopping the scheduler?
  88. A) JamMail currently is not designed to operate without a scheduler.
  89.    Previously there was an option to operate without the scheduler
  90.    but it has been removed.  In future versions, there will be two
  91.    different schedulers built in.  The first one will be an expanded
  92.    version of the current scheduler.  The second one, will be a
  93.    very simple one that a "point" type system would use to poll only
  94.    their boss, and they'd likely close down after a good session.
  95.  
  96.  
  97.  
  98. Q) Can I setup xxxxx File server designed for TrapDoor?
  99. A) Yes.  All file request servers designed for TD (or any other mailer,
  100.    as long as its external) should be launchable from JamMail.
  101.    The File "InboundNotify.Man" explains this fully
  102.  
  103.  
  104.  
  105. Q) Whats the difference between Asynchronously launching, and
  106.    synchronously launching?
  107. A) Synchronously launching means that the mailer will wait until the
  108.    Freq server has found *ALL* of the files in the .REQ file.  If this
  109.    takes a long time, the other system may hang up.
  110.    Asynchronously means that as soon as the first file is found, the
  111.    transfer will start.
  112.  
  113.  
  114.  
  115. Q) Can I setup xxx File server designed for a WPL/Xferq.library based
  116.    system?
  117. A) Of course!  Put its execution line in the InboundNotify command line
  118.    configured in menu I.  If there are strange variables in the
  119.    string, contact me, and i'll let you know if things are okey.
  120.    Check the file InboundNotify.doc for more help.
  121.  
  122.  
  123.  
  124. Q) I call a system and receive files all the time, but JamMail
  125.    never sends any mail my system exports.
  126. A) Possible problems:
  127.    1) JamScan is not configured correctly, or not configured at all.
  128.       JamScan takes the .FLO files tossers typically create for TrapDoor
  129.       and converts them into a form that JamMail uses.  JamScan can
  130.       also be setup to take the .?UT files from your tosser, and to
  131.       compress them before sending them out.
  132.    2) There isn't a match between the address the other system is using
  133.       and the address JamScan has the mail waiting for.
  134.       *ALL* addresses in Jammail are typically 5d, which is in either
  135.       the form "FidoNet#1:163/139.0" or "1:163/139.0@FidoNet".  I much
  136.       prefer the first format (since the most relevent is on the left)
  137.       but both are common.  DOMAINS are required with JamMail.  If the
  138.       other system is not configured with domains (or is impossible
  139.       as with the current TrapDoor versions) a domain of FidoNet should
  140.       be used for that systems mail in JamScan.
  141.  
  142.  
  143.  
  144. Q) When should JamScan be run?
  145. A) Right after any export or file processing that your system may do.
  146.  
  147.  
  148.  
  149. Q) Whats a basic JamScan.cfg look like?
  150. A)
  151.  
  152.  
  153. HOST 1:163/139
  154. HOLD -50
  155. DIRECT 30
  156. CRASH 50
  157. BUNDLES outbound:
  158. PACKETS out:
  159. PKTS out:packets/
  160. route (1|2|3|4|5|6).#?.#?.#?.?LO     FidoNet#*:*/*.*   norm
  161.  
  162.  
  163.    This routes all .FLO control files (as setup for TD) to their FidoNet
  164.    equivalent.
  165.  
  166.    If your system is in multiple networks, you'll need additional routing
  167.    lines for those domains, like:
  168.  
  169. route (16|17|18|19).#?.#?.#?.?LO     ZyXELNET#*:*/*.*   norm
  170.  
  171.    This assumes that all mail for Zones 16, 17, 18 and 19, in my outbound
  172.    directory is a ZyXELNET system.  On my system, that is true, but if
  173.    you belong to two networks in the same zone, a little more will need
  174.    to be done.  Something like this may help a bit:
  175.  
  176. route 18.163.#?.#?.?LO     ZyXELNET#*:*/*.*    norm
  177. route 18.553.#?.#?.?LO     ScoobyNET#*:*/*.*   norm
  178.  
  179.  
  180.  
  181. Q) What about using JamScan without .FLO files in the outbound directory?
  182.    (Ie, uncompressed .OUT, CUT, DUT, HUT files).
  183. A) This is the preferred method of using JamScan.  Route statements would
  184.    be setup very much similarly as above, but with the extension changed
  185.    and the compression format added at the end.
  186.  
  187.  
  188. route 18.163.#?.#?.?UT     ZyXELNET#*:*/*.*    norm zip
  189. route 18.553.#?.#?.?UT     ScoobyNET#*:*/*.*   norm lha
  190.  
  191.  
  192.    See the JamScan.Doc file for more explanation of each field if
  193.    necessary.
  194.  
  195.  
  196.  
  197. Q) How about .REQ files?
  198. A) Currently, JamMail will not dial automatically based on a .REQ file
  199.    being in the outbound directory.  If you manually tell JamMail to
  200.    call a system, and there is a request file waiting for it (in either
  201.    Zone.Net.Node.Point.REQ format, or the Hex 2d name format
  202.    (00a300a9.REQ)), it will be sent.
  203.  
  204.  
  205.  
  206. Q) Why does JamMail take so long to open/close windows when the
  207.    "Abort on Line Ctrl-C" option is turned on in the scheduler
  208.    menu?
  209. A) Due to the way the Ctrl-C is checked for, this is a result.  If you
  210.    don't want that delay, simply turn of the Ctrl-C checking in those
  211.    windows, and press Ctrl-C in the scheduler window to close down.
  212.  
  213.  
  214.  
  215. Q) Why does JamMail not open on a Public Screen when configured to do
  216.    so?
  217. A) Currently, JamMail does not open its own public screen itself.  It
  218.    will however open on a window created by another program like
  219.    Screenmanager (which is what i use).
  220.    A future version of JamMail will open its own screen as part of the
  221.    new scheduler.
  222.  
  223.  
  224. Q) When I start JamMail, the modem window flashes, and I get some
  225.    sort of death message in the logs.
  226. A) This means JamMail was not able to open the modem.  Most likely
  227.    you have either JamMail, or a program already using the serial
  228.    port, not set to use SHARED mode.  Set all programs (JamMail,
  229.    BBS's, etc...) to use shared mode on all lines/modems.
  230.  
  231.  
  232. Q) Why do most of my BOSS's addresses show up as Unknown during EMSI
  233.    sessions?
  234. A) JamTool only looks at the phonebook, and the cache files to find
  235.    AKA's during handshakes.  Any systems/addresses you have passwords
  236.    for should be listed in your phonebook.
  237.  
  238.  
  239. Q) When I first startup JamMail, sometimes I get some junk characters,
  240.    and some MSetBaud -1 error messages.
  241. A) A typical cause for the MSetBaud -1 error, is that JamMail is unable
  242.    to open and close the serial port to make sure all of the baud rate
  243.    settings are correct.  Make sure JamMail is started up on your system
  244.    before other programs that use the serial device.
  245.  
  246.  
  247. Q) How do I get jammail to dial systems automatically that may not have
  248.    mail waiting for them?
  249. A) The POLL program will do this.  Essentially, what it does, is create
  250.    some fake outbound mail for the system, and adds it to the queue for
  251.    the system given.  It adds the file with either the priority in your
  252.    ENV:MINPRI variable, or the value given on the command line.
  253.  
  254.